PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDigitalSignatureAllowedChanges Enumeration
In This Topic
    PDFDigitalSignatureAllowedChanges Enumeration
    In This Topic
    Specifies the allowed changes to a document after applying a digital signature.
    Members
    MemberDescription
    ALLOW_FORM_FILLINGPermitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature.
    ALLOW_FORM_FILLING_AND_ANNOTATIONSPermitted changes shall be the same as for ALLOW_FORM_FILLING, as well as annotation creation, deletion, and modification; other changes shall invalidate the signature.
    NO_CHANGES_ALLOWEDNo changes to the document shall be permitted; any change to the document shall invalidate the signature.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.digitalsignatures.PDFDigitalSignatureAllowedChanges

    See Also